@charset "UTF-8";
/*基本のフォント*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/*ホーム画面会社名*/
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Kaisei+Tokumin:wght@400;500&family=Kiwi+Maru:wght@300;400&family=Kosugi+Maru&family=Lobster&family=M+PLUS+1+Code:wght@300&family=M+PLUS+1p&family=M+PLUS+Rounded+1c:wght@400;500;700&family=Mochiy+Pop+One&family=Mochiy+Pop+P+One&family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&family=Sawarabi+Mincho&family=Shippori+Antique&family=Slackside+One&display=swap');
/*AboutUs 署名フォント会社名*/
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Homemade+Apple&family=Kaisei+Tokumin:wght@400;500&family=Kiwi+Maru:wght@300;400&family=Kosugi+Maru&family=Lobster&family=M+PLUS+1+Code:wght@300&family=M+PLUS+1p&family=M+PLUS+Rounded+1c:wght@400;500;700&family=Mochiy+Pop+One&family=Mochiy+Pop+P+One&family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&family=Sawarabi+Mincho&family=Shippori+Antique&family=Slackside+One&family=Yuji+Boku&display=swap');
/*AboutUs 署名フォント代表者名*/
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Kaisei+Tokumin:wght@400;500&family=Kiwi+Maru:wght@300;400&family=Kosugi+Maru&family=Lobster&family=M+PLUS+1+Code:wght@300&family=M+PLUS+1p&family=M+PLUS+Rounded+1c:wght@400;500;700&family=Mochiy+Pop+One&family=Mochiy+Pop+P+One&family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&family=Sawarabi+Mincho&family=Shippori+Antique&family=Slackside+One&family=Yuji+Boku&display=swap');



body{
    color: #333333;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-style: normal;
} 


/*ホームメイン海の画像と会社名*/

 #slider{
    width: 100%;
    height: 800px;
    position: relative;
    border-bottom: #fff 3px solid;
  }



.homeMainTitle{
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 80px;
  color: #ffffff;
  font-family: "M PLUS 1p", sans-serif;
}



/* ハンバーガーメニュー */
/*タブレットとPCの時はハンバーガーメニューウィンドウは見せない*/

 #navArea .inner{
  display: none;
  }



/*グローバルメニュー*/
  .navigation{
  display: flex;   /* flexboxで要素を真ん中に指定 */
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  }
    /*.navigation ul {
      width: 80%;
    }*/
    .button{
      display: block;
      padding: 10px;
      background:white;
      width:20%;
      float:left;
      text-align: center;
      font-size: 20px;
      transition:.2s all; /* カーソルを離した際のアニメーションの速度調整 */
      box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) inset; /*「inset」上下左右余白無し*/
    }
    .button p {
      height: 10px;
      font-weight: 300;
    }
    .button a {
      color:#333333;
      text-decoration: none; /* リンク指定した要素のスタイルを削除 */
    }
    .navigation:hover .button{
      opacity:.5; 
      transform: scale(1);  /* ナビゲーションをマウスオーバーした際のアニメーションの動きを指定 */
                            /* 全てのボタンが少し小さくなる */
    }
    .navigation:hover .button:hover{
      transition: .5s; /* hover時の速度調整 */
      transform:scale(.8);  /* hoverしたボタンのみサイズを拡大する指定 */
      opacity:1;  /* hoverするとボタンが凹むように影を指定 */
      box-shadow: 2px 2px 3px 3px rgba(0,0,0,0.6) inset;
    }
    .navigation:hover .button:hover > p {
      font-weight: bold;
    }

  /*ホーム画面トップ画像が流れたらグローバルメニューを固定*/

    .site-header{
      background: #fff;
      display: flex;
      padding: 5px;
      position: absolute;
      justify-content: space-between;
      width: 100%;
      z-index: 100;
  }
  .site-header.fixed{
      position: fixed;
      top: 0;
  }

  
  
/*ホームページ　メインキャッチ画像・キャッチコピー*/
  .homeCachi{
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.homeCachiImg img{
  margin-top: 150px;
  display: block;
  margin-bottom: 50px;

}
.homeCachiTextBox{
  display: block;
  line-height: 1.5;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;

}
.cachiCopy{
  color: rgb(0, 0, 0);
  font-size: 25px;
}
.cachiText{
  font-size: 20px;
}




/*各仕事内容へのバナー*/

  .paralax{
    width: 100%;
    height: 300px;
    margin: 0 auto;
    padding:0 0;
    background-image: url(../images/topBannerBack2.jpg);
    background-attachment: fixed; 
    background-size: cover;
    background-position: center;
  
  }
  .paralaxFilter{
    width: 100%;
    height: 300px;
    background-color: rgb(255, 255, 255,0.5);
    background-size: cover;
    background-position: center;
  }
  .paralaxText{
    text-align: center;
  }
  
  .mainMenu{
    width: 100%;
    height: 800px;
    margin-top: 100px;
    background: url(../images/topBannerBack3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .mainMenuListBox{
    width: 900px;
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .mainMenuList{
      width: 900px;
      height: 200px;
      box-sizing: border-box;
      padding: 0px;
      position: relative;
      background-color: #ffffff;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      display: block;
        
  }
  
  .mainMenuList .mainMenuTitle{
    width: 30%;
    background-color: rgb(0, 0, 0,0.6);
    padding: 5px 10px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    position: absolute;
    top:10px;
    left:5px;
    font-size: 18px;
    line-height: 1.5;
    display: block;
  }
  
  
  .bannerText{
    display: flex;  
  }

  .syousai{
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    padding: 10px;
  }
  .linkBanner {
    transition-property: opacity;
    transition-duration: 0.5s;
    text-decoration: none;
  }
  .linkBanner:hover{
    opacity: 0.7;
  }


 /*==================================
スクロールでふわっと表示する
===================================*/

.scroll_up {
  transition: 2.0s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}


/*フッター*/
 .footerMenu{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    display: flex;
  }

  .footerInfo{
    width: 50%;
    height: 600px;
    margin-top: -30px;
    background-color: #ffffff;
    color: #333;
  }
  .companyName{
    font-family: "M PLUS 1p", sans-serif;
    font-size: 35px;
   }
   .companyNameKana{
    font-size: 20px;
   }
   .map{
    text-align: center;
   }
   .map iframe{
    width: 100%;
    height:500px;
   }
   .footerInfoFirst{
    width: 50%;
    height: 600px;
    background-color: #ffffff;
    color: #333;
    display: block;
    margin-left: 100px;  
  }

 
.ricense{
  width: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 800px;
  background-color: #ffffff;
  text-align: center;
  border-left: #030233 1px solid;
  border-right: #030233 1px solid;
}

#copyright{
  background-color: #030233;
  color: #ffffff;
  line-height: 1;
  border: #030233 5px solid;
}

/*フッターお問合せボタン部分*/

  .footerContact{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
    display: flex;
    border-top: #333 1px dashed;
    border-bottom: #333 1px dashed; 
  }
  .acoText{
    width: 50%;
    font-size: 20px;
    text-align: left;
    }

/*--問合せボタン共通--*/
.contact-btn{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 20%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	color: #1875E6;
  background-color: #8ce1fd;
	border-bottom: 2px solid #1875E6;
	border-radius: 100vh;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	transition: 0.5s;
}
.contact-btn:hover {
	color: #fff;
	background: #1875E6;
	border-bottom: 2px solid #fff;
	transform: translateY(3px);
}
.contact-btn a{
  text-decoration: none;
  color: #333;
}

/*フッター・アコーディオン*/

/*アコーディオン全体*/
.accordion {
  max-inline-size: 40rem;
  margin-bottom: 5px;
}

.summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1em;
  align-items: center;
  padding-block: 10px;
  padding-inline: 24px;
  color: #fff;
  cursor: pointer;
  background-color: #6a6a6a;

  &::-webkit-details-marker {
    display: none;
  }
}
.summary.machi{
  background-color: #11912F;
}
.summary.consal{
  background-color: #1875E6;
}
.summary.shikai{
  background-color: #CD15AA;
}

.icon {
  position: relative;
  display: inline-block;
  inline-size: 1em;
  aspect-ratio: 1;

  &::before,
  &::after {
    position: absolute;
    inset: 0;
    inline-size: 100%;
    block-size: 1px;
    margin: auto;
    content: "";
    background-color: currentcolor;
  }

  &::after {
    transition: opacity 0.3s;
    rotate: 90deg;
  }

  &:where(.accordion[open] *)::after {
    opacity: 0;
  }
}

.container {
  display: grid;
  transition: grid-template-rows 0.5s;
  border: 1px solid #6a6a6a;
}

.inner {
  overflow: hidden;
}

p {
  line-height: 1.5;
  padding: 24px;
}
.summary table td{
  height: 16px;

}
.summary table td:first-child{
  width: 25%;
  font-size: 12px;
  font-weight: bold;
}


/*======== About us ========*/
.prof{
  display: flex;
  
}
.prof img{
  margin-top: 200px;
}

.profTextBox{
  margin-top: 200px;
  width:50%;
  position: relative;
}

.profTextBoxSub01{
  width: 70%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%,-50%); 
  font-size: 18px;
  font-weight: bold;
}
.profTextBoxSub02{
  width: 70%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%); 
  text-align: end;
}
.profTextBoxSub03{
  width: 70%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%,-50%); 
  padding: 2% 5%;
  border: #333 2px dashed;
  border-radius: 10px;
}

.profTextBoxSub03 h1{
  font-size: 16px;
  font-weight: bold;
}


.profText2{
  font-size: 16px;
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
}

.profText3{
  font-family: "Yuji Boku", serif;
  font-weight: 400;
  font-style: normal;
}
.profText4{
  display: none;
}
.profText5{
  display: none;
}

.biography{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-top: 100px; 
}
.bio_left{
  width: 50%;
 
}
.bio_right{
  width: 50%;
}

.bio_right h2{
font-size: 16px;
font-weight: bold;
line-height: 1.0;
}




/*========サービス Services ========*/
.serLargeTtl{
  padding-top: 200px;
  text-align: center;
}
.content{
 margin-top: 100px;
  display: flex;
  justify-content: space-around;
}
.daibunrui{
  width: 30%;
  height: auto;
  border: #333 3px solid;
  border-radius: 10px;
  position: relative;
  margin: auto 10px;
}
.daibunruiTTL1,
.daibunruiTTL2,
.daibunruiTTL3{
  padding: 0.5em 1em;
  width: 95%;
  line-height: 2;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: -20px;
  top: 10px;
  color: #fff;
  border-radius: 10px;
}
.daibunruiTTL1{
  background-color: #1875E6;
}
.daibunruiTTL2{
  background-color: #11912F;
}
.daibunruiTTL3{
  background-color: #CD15AA;
}
.daibunruiTextIMG{
  margin: 100px 20px 20px 20px;
  padding: 5px;
  display: flex;
  font-size: 14px;

}
.daibunruiTextIMG img{
  width: 270px;
  border-radius: 10px;
}
.bunruibtn{
  display: flex;
  justify-content: space-around;
  margin: 20px;
  
}

.servicesbtn{
  width: 160px;
  height: 160px;
  background-color: #fff;
  color: #080822;
  border: #333 2px solid;
  border-radius: 10px;
  position: relative;
  margin: 5px;
}

.servicesbtn:hover{
  opacity: 0.5;
  transition: 0.3s;
}
.toSyosaiTtl{
  width: 100%;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;

}


/*サービス/モーダルのためのCSS*/
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%; 
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modalback{
  /*display: flex;*//*:flexにするとリロード時にもモーダルが出てきてしまう*/
  overscroll-behavior: contain;
  overflow-y: scroll;
}
.modal__content{
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
}

.nonScroll {
  height:calc(100vh + 1px) ;
  width: 1px;
  background-color: transparent;
}


.modalttl01,
.modalttl02,
.modalttl03{
  padding: 5px;
  width: 100%;
  font-size: 20px;
  line-height: 2;
 
  color: #fff;
  border-radius: 10px;
}
.modalttl01{
  background-color: #1875E6;
}
.modalttl02{
  background-color: #11912F;
}
.modalttl03{
  background-color: #CD15AA;
}
/*モーダル内の画像とテキスト横並び*/
.modal_flex{
  display: flex;
 }
/*モーダル内テキスト*/
.syousai_text{
  width: 100%;
  font-size: 20px;
  display: block; 

}
.jisseki_text{
  font-weight: bold;
  margin: 20px 5px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;

}

/*2行目文字字下げ*/
.indent01{
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

.modal__content img{
  border-radius: 50%;

}
.jisseki{
  margin-top: 5px;
  padding: 0 3px;
  border: 2px #333 dashed;
  position: relative;
}
.jissekibtn{
  background-color: #acabaa;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
  line-height: 1em;
  width: 20%;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 20px;
}


.modal-closebtn{
  color: #333;
  line-height: 2.0;
  width: 10%;
  border: 2px solid #333;
  border-radius: 15px;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}
/*========問合せ Contact========*/
.contact{
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-top: 400px;
}
.contact-form{
  border: #333 2px solid;
  width: 30%;
  line-height: 2em;
}
.To_privacy_btn{
  width: 40%;
  padding: 2px;
  border: #333 2px dashed;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
}
/*========個人情報保護方針（privacy policy)========*/
.privacyBody{
  width: 70%;
  padding: 3%;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  border: #333 2px dashed;
}
.privacy_Ttl{
  font-size: 16px;
}
/*===================================
===========タブレット用===========
========================================*/

@media screen and(max-width:1023px) and(min-width:600px){
/*========サービス Services ========*/
.serLargeTtl{
  width: 100%;
  padding-top: 200px;
  text-align: center;
}
.content{
 margin-top: 100px;
  display: block;

  justify-content: space-around;
}
.daibunrui{
  width: 95%;
  height: auto;
  margin-left: 10%;
  border-radius: 10px;
  position: relative;
  margin: auto 10px;
}
.daibunruiTTL1,
.daibunruiTTL2,
.daibunruiTTL3{
  padding: 0.5em 1em;
  width: 95%;
  line-height: 2;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: -20px;
  top: 10px;
  color: #fff;
  border-radius: 10px;
}
.daibunruiTTL1{
  background-color: #1875E6;
}
.daibunruiTTL2{
  background-color: #11912F;
}
.daibunruiTTL3{
  background-color: #CD15AA;
}
.daibunruiTextIMG{
  margin: 100px 20px 20px 20px;
  padding: 5px;
  display: flex;
  font-size: 14px;

}
.daibunruiTextIMG img{
  width: 30%;
  border-radius: 10px;
}
.daibunruiText{
  width: 70%;
}
.bunruibtn{
  display: flex;
  justify-content: space-around;
  margin: 20px;
  
}

.servicesbtn{
  width: 160px;
  height: 160px;
  background-color: #fff;
  color: #080822;
  border: #333 2px solid;
  border-radius: 10px;
  position: relative;
  margin: 5px;
}

.servicesbtn:hover{
  opacity: 0.5;
  transition: 0.3s;
}
.toSyosaiTtl{
  width: 100%;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;

}


/*サービス/モーダルのためのCSS*/
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%; 
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modalback{
  /*display: flex;*//*:flexにするとリロード時にもモーダルが出てきてしまう*/
  overscroll-behavior: contain;
  overflow-y: scroll;
}
.modal__content{
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
}

.nonScroll {
  height:calc(100vh + 1px) ;
  width: 1px;
  background-color: transparent;
}


.modalttl01,
.modalttl02,
.modalttl03{
  padding: 5px;
  width: 100%;
  font-size: 20px;
  line-height: 2;
 
  color: #fff;
  border-radius: 10px;
}
.modalttl01{
  background-color: #1875E6;
}
.modalttl02{
  background-color: #11912F;
}
.modalttl03{
  background-color: #CD15AA;
}
/*モーダル内の画像とテキスト横並び*/
.modal_flex{
  display: flex;
 }
/*モーダル内テキスト*/
.syousai_text{
  width: 100%;
  font-size: 20px;
  display: block; 

}
.jisseki_text{
  font-weight: bold;
  margin: 20px 5px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;

}

/*2行目文字字下げ*/
.indent01{
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

.modal__content img{
  border-radius: 50%;

}
.jisseki{
  margin-top: 5px;
  padding: 0 3px;
  border: 2px #333 dashed;
  position: relative;
}
.jissekibtn{
  background-color: #acabaa;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
  line-height: 1em;
  width: 20%;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 20px;
}


.modal-closebtn{
  color: #333;
  line-height: 2.0;
  width: 10%;
  border: 2px solid #333;
  border-radius: 15px;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}

}

/*===================================
===========スマートフォン用===========
========================================*/

@media screen and (max-width:599px) {

  /*横揺れ防止*/
  body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing : border-box;
}

/*スマホ用ナビ出現*/
#navArea .inner{
    display: block;
}

 /*==================================
スクロールでふわっと表示するのをなくす
===================================*/

.scroll_up {
  transition: 0s ease-in-out;/*2.0s→0sに*/
  transform: translateY(0px);/*40→0に*/
  opacity: 1.0;/*0→1.0に*/
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*ホームメイン海の画像と会社名*/

#slider{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-bottom: #fff 3px solid;
  }



.homeMainTitle{
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 30px;
  color: #ffffff;
  font-family: "M PLUS 1p", sans-serif;

}

/* スマホ　ハンバーガーメニュー */
 
/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}


/* @media screen and (max-width: 480px) {*/
  nav {
    left: -220px;
    width: 220px;
  }
/*}*/

/*============
.toggle_btn
=============*/

.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

/*============
#mask
=============*/

#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}



  
  /*  スマホの時はグローバルメニューは非表示 */


  .site-header{
    display: none;
  }


  /*スマホ　ホームページ　メインキャッチ画像・キャッチコピー*/
 
  .homeCachi{
    width: 100%;
    margin-left: 0;
    padding: 0%;
    display: block;
  }

  .homeCachiImg img{
    width: 100%;
    margin-left: 0;
    display: block;
  }
  
  .homeCachiTextBox{
  display: block;
  padding: 0%;
  }
  .cachiCopy{
    display: block;
    width: auto;
    font-size: 18px;
  }
  .cachiText{
    width: auto;
    display: block;
    font-size: 13px;
  }


/*スマホフッターお問合せボタン部分*/
.footerContact{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  display: block;
}
.acoText{
  width: 100%;
  text-align: center;
  margin: 30px 0;
  font-size: 10px;
}


.contact-btn{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	color: #27acd9;
	border-bottom: 2px solid #27acd9;
	border-radius: 100vh;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	transition: 0.5s;
}
.contact-btn:hover {
	color: #fff;
	background: #27acd9;
	border-bottom: 2px solid #fff;
	transform: translateY(3px);
}
.contact-btn a{
  text-decoration: none;
}

  /*スマホ　各仕事内容へのバナー*/

  .paralax{
    margin: 0 auto;
    padding:0 0;
    background-image: url(../images/topBannerBack2.jpg);
    background-attachment: fixed; 
    background-size: 100% contain;
    background-position: center;
   
  }
  .paralaxFilter{
    background-color: rgb(255, 255, 255,0.5);
    background-size: 100% contain;
    background-position: center;
   
  }
  .paralaxText{
    text-align: center;
    font-size: 12px;
   
  }
  
  .mainMenu{
    width: 100%;
    height: 100vh;
    margin-top: 100px;
    background: url(../images/topBannerBack3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  
  }
  .mainMenuListBox{
    width: 100%;
    height: auto;
    padding-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .mainMenuList{
      width: 100%;
      height: auto;
      box-sizing: border-box;
      padding: 0px;
      position: relative;
      background-color: #ffffff;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      border: #333333 5px solid;
      display: block;
      box-sizing: border-box;
        
  }
  
  .mainMenuList .mainMenuTitle{
    width: 30%;
    background-color: rgb(0, 0, 0,0.6);
    padding: 5px 10px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    position: absolute;
    top:10px;
    left:5px;
    font-size: 14px;
    line-height: 1.5em;
    display: block;
    z-index: 100;
  }
  
 
  .bannerText{
    width: 100%;
    display: block;
    position: relative;
  }
  .bannerText img{
    width:100% ;
    height: 150px; /*高さを指定しないと画像で詳細のテキストが隠れてしまう150px*/
  }
  .syousai{
    width: 85%;
    color: #333;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: bold;
    padding: 10px;
    display: block;
    background-color: #ffffff;
    position: absolute;
    left: 20%;
    bottom: 0px;
  }
  .linkBanner {
    transition-property: opacity;
    transition-duration: 0.5s;
    text-decoration: none;
  }
  .linkBanner:hover{
    opacity: 0.7;
  }



  /*スマホ　フッター*/
 .footerMenu{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  display: block;
}

.footerInfo{
  width: 100%;
  background-color: #ffffff;
  color: #333;
}
.companyName{
  width: 100%;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 35px;
 }
 .companyNameKana{
  width: 100%;
  font-size: 20px;
 }
 .map{
  width: 100%;
  text-align: center;
 }
 .map iframe{
  width: 98%;
 }
 .footerInfoFirst{
  width: 100%;
  height: auto;
  background-color: #ffffff;
  color: #333;
  display: block; 
  margin-top: 200px;
  margin-left: 0px;
}

/*スマホ　アコーディオン全体*/
.accordion {
  width: 100%;
  max-inline-size: 40rem;
  margin-top: 5px;
  
}
.summary {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1em;
  align-items: center;
  padding-block: 10px;
  padding-inline: 24px;
  color: #fff;
  cursor: pointer;
  background-color: #6a6a6a;

  &::-webkit-details-marker {
    display: none;
  }
}

.ricense{
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
background-color: #ffffff;
text-align: center;
border-left: #030233 1px solid;
border-right: #030233 1px solid;
}

#copyright{
width: 100%;
background-color: #030233;
color: #ffffff;
line-height: 1;
border: #030233 5px solid;
}


/*========スマホ About us ========*/
.prof{
  display: block;
}
.prof img{
  width: 100%;
  margin-top: 0%;
  display: block;
}

.profTextBox{
  width: 100%;
  margin-top: 0%;
  display: block; 
}
.profTextBoxSub01{
  width: 100%;
  display: block;
  font-size: 14px;
  margin-top: 100px;
}
.profTextBoxSub02{
  width: 100%;
  display: block;
  font-size: 14px;
  margin-top: 200px;
}
.profTextBoxSub03{
  width: 100%;
  display: block;
  font-size: 14px;
  margin-top: 320px;
  border: #333 2px dashed;
  border-radius: 5px;
}
.profTextBoxSub03 h1{
  font-size: 14px;
  font-weight: bold;
}

.profText2{
  font-size: 12px;
  font-family: "Homemade Apple", cursive;
  font-style: normal;
  display: block;
  text-align: right;
}

.profText3{
  font-size: 12px;
  font-family: "Yuji Boku", serif;
  font-style: normal;
  display: block;
  text-align: right;  
}
.biography{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 100px;
  
}
.bio_left{
  display: none;
 
}
.bio_right{
  margin-top: 450px;
  display: block;
  width: 100%;
}




/* ハンバーガーメニュー */
/*タブレットとPCの時はハンバーガーメニューウィンドウは見せない*/
/*@media screen and (max-width: 480px) {
  #navArea .inner{
   display: none;
   }
   #navArea .inner{
     display: block;
   }
 .profText4{
   display: none;
 }
 .profText5{
   display: none;
 }
 }*/

 /*========スマホ Services ========*/


.serLargeTtl{
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
}
.content{
  width: 100%;
  margin-top: 10px;
  padding: 0;
  display: block;
  box-sizing: border-box;
}
.daibunrui{
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  padding-left: 0%;
}
.daibunruiTTL1,
.daibunruiTTL2,
.daibunruiTTL3{
  width: 100%;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  margin-left: 20px;
  box-sizing: border-box;
}
.daibunruiTTL1{
  background-color: #1875E6;
}
.daibunruiTTL2{
  background-color: #11912F;
}
.daibunruiTTL3{
  background-color: #CD15AA;
}
.daibunruiTextIMG{
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.daibunruiTextIMG img{
  width: 85%;
  height: auto;
  border-radius: 10px;
  box-sizing: border-box;
}
.daibunruiText{
  width: 85%;
  font-size: 16px;
  word-break: break-all;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.bunruibtn{
  width: 100%;
  display: block;  
  box-sizing: border-box;
}

.servicesbtn{
  width: 85%;
  background-color: #fff;
  color: #080822;
  border: #333 2px solid;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;

}

.servicesbtn:hover{
  opacity: 0.5;
  transition: 0.3s;
}
.toSyosaiTtl{
  width: 100%;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  box-sizing: border-box;

}

/*スマホ　サービス/モーダルのためのCSS*/
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%; 
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modalback{
  /*display: flex;*//*:flexにするとリロード時にもモーダルが出てきてしまう*/
  overscroll-behavior: contain;
  overflow-y: scroll;
}

.modal__content{
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 95%;
  height: 90vh;
  display: block;
  box-sizing: border-box;
}

.nonScroll {
  height:calc(100vh + 1px) ;
  width: 1px;
  background-color: transparent;
}


.modalttl01,
.modalttl02,
.modalttl03{
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  font-size: 15px;
  line-height: 1.5em;
  color: #fff;
  border-radius: 10px;
  white-space: nowrap;
}
.modalttl01{
  background-color: #1875E6;
}
.modalttl02{
  background-color: #11912F;
}
.modalttl03{
  background-color: #CD15AA;
}
.modal_flex{
 display: block;
}

/*モーダル内テキスト*/
.syousai_text{
  width: 90%;
  font-size: 14px;
  display: block;  
}
.jisseki_text{
  margin: 3px;
  padding: 3px;
  font-size: 14px;
  font-weight: bold;
}

/*2行目以降1文字字下げ*/
.indent01{
  width: 85%;
  padding-top: 0%;
  padding-left: 1em;
  text-indent: -1em;
}

.modal__content img{
  display: block;
  width: 85%;
  border-radius: 50%;

}

.jisseki{
  padding: 1%;
  border: 2px #333 dashed;
  position: relative;
}
.jissekibtn{
  margin-top: 1%;
  margin-bottom: 0%;
  background-color: #acabaa;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  width: 20%;
  text-align: center;
  position: absolute;
  top: -15px;
  left: 20px;
}


.modal-close{
  margin-top: 10px;
  width: 100%;
  height: 20px;
  position: relative; 
}

.modal-closebtn{
  color: #333;
  border: 2px solid #333;
  border-radius: 15px;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
  padding: 2px;
  position: absolute;
  left: 50%;
  z-index: 10;
  margin-bottom: 1px;
}

 
} /*スマホ用ここまで*/

